treewide: vectorise iconography
authorPaul Donald <[email protected]>
Fri, 13 Jun 2025 22:22:57 +0000 (00:22 +0200)
committerPaul Donald <[email protected]>
Fri, 13 Jun 2025 22:22:57 +0000 (00:22 +0200)
follow-up to ae5d91da903b6f1d3086d6082ca622231e34f555

Signed-off-by: Paul Donald <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index b5fa409fe21e0c1f3056b7d070b10d0b532fce21..9683094fa0a894fece23528f2bf9b62e7200282e 100644 (file)
@@ -29,7 +29,7 @@ function render_radio_badge(radioDev) {
 }
 
 function render_signal_badge(signalPercent, signalValue, noiseValue, wrap, mode) {
-       let icon = L.resource('icons/signal-75-100.svg'), title, value;
+       let icon = L.resource('icons/signal-075-100.svg'), title, value;
 
        switch(true) {
        case(signalPercent  < 0): icon = L.resource('icons/signal-none.svg');   break;